Examples
This example removes the
configuration of a specified QoS profile from all devices and interfaces on a
specified fabric.
efa policy qos profile unbind --name fabricProfile1 -–fabric fabric1
This example removes the
configuration of a QoS profile named "tenantProfile2" from all devices or interfaces
on "tenant1" on which the configuration has been applied.
efa policy qos profile unbind --name tenantProfile1 --tenant tenant1
This example removes the
configuration of a QoS profile named "tenantProfile2" from device IP 1.1.1.1
ethernet 0/1 (ethernet 0/1 is a member of tenant1)
efa policy qos profile unbind --name tenantProfile2 --tenant tenant1 –-port “1.1.1.1[0/1]” --po po3,po4